ByteToMessageDecoder

Undocumented in source.
abstract
class ByteToMessageDecoder : InboundHandler!(ubyte[], M)(
M
) {}

Members

Functions

decode
bool decode(Context ctx, ubyte[] buf, M result)
Undocumented in source.
read
void read(Context ctx, ubyte[] msg)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta